home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00430.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  718 b   |  24 lines

  1. on exitFrame
  2.   global movPC
  3.   set movPC to 6
  4.   if rollOver(27) then
  5.     set the castNum of sprite 18 to the number of cast "an"
  6.     set the locV of sprite 18 to the locV of sprite 14
  7.     set the locH of sprite 18 to the locH of sprite 14
  8.     exit
  9.   end if
  10.   if rollOver(28) then
  11.     set the castNum of sprite 18 to the number of cast "sw"
  12.     set the locV of sprite 18 to the locV of sprite 15
  13.     set the locH of sprite 18 to the locH of sprite 15
  14.     exit
  15.   end if
  16.   if rollOver(29) then
  17.     set the castNum of sprite 18 to the number of cast "ID"
  18.     set the locV of sprite 18 to the locV of sprite 16
  19.     set the locH of sprite 18 to the locH of sprite 16
  20.     exit
  21.   end if
  22.   set the locV of sprite 18 to -200
  23. end
  24.